object Form6: TForm6 Left = 205 Top = 288 BorderIcons = [] BorderStyle = bsDialog Caption = 'Calendar Characters' ClientHeight = 176 ClientWidth = 233 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 159 Height = 13 Caption = 'Choose your calendar characters:' end object RadioGroup1: TRadioGroup Left = 8 Top = 32 Width = 105 Height = 105 Caption = 'Left side' Items.Strings = ( 'Angel-Pea' 'Ashley' 'Gup-Pea' 'L-M-N-O-Pea' 'Tyler') TabOrder = 0 end object RadioGroup2: TRadioGroup Left = 120 Top = 32 Width = 105 Height = 105 Caption = 'Right side' Items.Strings = ( 'Angel-Pea' 'Ashley' 'Gup-Pea' 'L-M-N-O-Pea' 'Tyler') TabOrder = 1 end object Button1: TButton Left = 40 Top = 144 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 120 Top = 144 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 3 OnClick = Button2Click end end